Add the missing _get_ to the name of the non-Xcursor version of this
authorMatthias Clasen <maclas@gmx.de>
Wed, 24 Dec 2003 23:28:14 +0000 (23:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 Dec 2003 23:28:14 +0000 (23:28 +0000)
Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>

* gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
Add the missing _get_ to the name of the non-Xcursor version of
this function.  (noticed by Torsten Schoenfeld)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkcursor-x11.c

index ad62139b980e039ce9fa10f6d1574df44ac51452..d918ebb9f433fae50827c19663633e6e4ff29c03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
+       Add the missing _get_ to the name of the non-Xcursor version of
+       this function.  (noticed by Torsten Schoenfeld)
+
 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
 
        * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
index ad62139b980e039ce9fa10f6d1574df44ac51452..d918ebb9f433fae50827c19663633e6e4ff29c03 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
+       Add the missing _get_ to the name of the non-Xcursor version of
+       this function.  (noticed by Torsten Schoenfeld)
+
 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
 
        * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
index ad62139b980e039ce9fa10f6d1574df44ac51452..d918ebb9f433fae50827c19663633e6e4ff29c03 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
+       Add the missing _get_ to the name of the non-Xcursor version of
+       this function.  (noticed by Torsten Schoenfeld)
+
 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
 
        * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
index ad62139b980e039ce9fa10f6d1574df44ac51452..d918ebb9f433fae50827c19663633e6e4ff29c03 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
+       Add the missing _get_ to the name of the non-Xcursor version of
+       this function.  (noticed by Torsten Schoenfeld)
+
 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
 
        * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
index ad62139b980e039ce9fa10f6d1574df44ac51452..d918ebb9f433fae50827c19663633e6e4ff29c03 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 25 00:26:34 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkcursor-x11.c (gdk_display_get_default_cursor_size):
+       Add the missing _get_ to the name of the non-Xcursor version of
+       this function.  (noticed by Torsten Schoenfeld)
+
 Tue Dec 23 22:34:50 2003  Manish Singh  <yosh@gimp.org>
 
        * gtk/gtkicontheme.h: fix GTK_TYPE_ICON_INFO macro, reported by
index 46307436f8c62fb94191d363797687ad62996d7a..f86cbfea31b40edeecad95882d415edc29ccf7d9 100644 (file)
@@ -558,7 +558,7 @@ gdk_display_supports_cursor_color (GdkDisplay    *display)
 }
 
 guint     
-gdk_display_default_cursor_size (GdkDisplay    *display)
+gdk_display_get_default_cursor_size (GdkDisplay    *display)
 {
   g_return_val_if_fail (GDK_IS_DISPLAY (display), FALSE);